JMGetAwtContextObject
Returns a reference to a context's Java object.
jref JMGetAwtContextObject (JMAWTContextRef context);
context
- The context whose Java object you want to find.
- function result
- A pointer to the
com.apple.mrj.JManager.AWTContext
object associated with the frame.DISCUSSION
This function returns the Java equivalent of theJMAWTContextRef
reference.